std::asinh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       asinh( float arg );
(C++0x feature)
double      asinh( double arg );
(C++0x feature)
long double asinh( long double arg );
(C++0x feature)

Computes hyperbolic arc sine of arg

Parameters

arg - floating point value

Return value

hyperbolic arc sine of arg

See also

acosh (C++0x)
hyperbolic arc cosine
(function)
atanh (C++0x)
hyperbolic arc tangent
(function)
sinh
hyperbolic sine
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages